Install a11y headers
authorMatthias Clasen <mclasen@redhat.com>
Thu, 27 Dec 2012 06:46:26 +0000 (01:46 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 27 Dec 2012 17:05:02 +0000 (12:05 -0500)
We install the headers for the a11y implementations in
/usr/include/gtk-3.0/gtk/a11y/.

gtk/a11y/Makefile.am

index 54ec17a8cc58787bea756d1d115af46db7e97090..9c5d9f96c022edb0e8405d8fd8ac89155f267d1d 100644 (file)
@@ -52,7 +52,8 @@ gtka11y_c_sources =                   \
        gtkwidgetaccessible.c           \
        gtkwindowaccessible.c
 
-gtka11y_private_h_sources =            \
+gtka11yincludedir = $(includedir)/gtk-3.0/gtk/a11y
+gtka11yinclude_HEADERS =               \
        gtkarrowaccessible.h            \
        gtkbooleancellaccessible.h      \
        gtkbuttonaccessible.h           \
@@ -96,7 +97,9 @@ gtka11y_private_h_sources =           \
        gtktoplevelaccessible.h         \
        gtktreeviewaccessible.h         \
        gtkwidgetaccessible.h           \
-       gtkwindowaccessible.h           \
+       gtkwindowaccessible.h
+
+gtka11y_private_h_sources =            \
        gtkaccessibility.h              \
        gtkaccessibilityutil.h          \
        gtkaccessibilitymisc.h          \